All Projects → WrightsCS → WCSDateRange

WrightsCS / WCSDateRange

Licence: Apache-2.0 license
Simple date range class.

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to WCSDateRange

topologic
Visualiser for basic geometric primitives and fractals in arbitrary-dimensional spaces
Stars: ✭ 39 (+200%)
Mutual labels:  cocoa, cocoa-touch
react-native-macos
Fork of https://github.com/ptmt/react-native-macos with more features
Stars: ✭ 22 (+69.23%)
Mutual labels:  cocoa
Qlmoviepreview
QuickLook plugin to display movie thumbnail and video informations. Also create nice Finder icons from the thumbnail.
Stars: ✭ 162 (+1146.15%)
Mutual labels:  cocoa
Pywebview
Build GUI for your Python program with JavaScript, HTML, and CSS
Stars: ✭ 2,649 (+20276.92%)
Mutual labels:  cocoa
Wwdc Notes
WWDCNotes.com content ✨
Stars: ✭ 183 (+1307.69%)
Mutual labels:  cocoa
Cacao
Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!
Stars: ✭ 205 (+1476.92%)
Mutual labels:  cocoa
Usbdeviceswift
wrapper for IOKit.usb and IOKit.hid written on pure Swift that allows you convenient work with USB devices
Stars: ✭ 156 (+1100%)
Mutual labels:  cocoa
OutlineViewDiffableDataSource
Stop looking for NSOutlineViewDiffableDataSource, it’s here 👌
Stars: ✭ 96 (+638.46%)
Mutual labels:  cocoa
Punic
Clean room reimplementation of Carthage tool
Stars: ✭ 236 (+1715.38%)
Mutual labels:  cocoa
Dd Plist
A java library providing support for ASCII, XML and binary property lists.
Stars: ✭ 201 (+1446.15%)
Mutual labels:  cocoa
Cocoatextfield
Apple TextField created according to the Material.IO guidelines of 2019. Featured at Medium.
Stars: ✭ 195 (+1400%)
Mutual labels:  cocoa
Twitterx
Keeping Twitter for macOS alive with code injection
Stars: ✭ 187 (+1338.46%)
Mutual labels:  cocoa
Carthage
A simple, decentralized dependency manager for Cocoa
Stars: ✭ 14,487 (+111338.46%)
Mutual labels:  cocoa
Mail Notifr
Mail Notifr - Gmail Notifier for macOS
Stars: ✭ 172 (+1223.08%)
Mutual labels:  cocoa
panthro
An implementation of XPath 3.0 in Objective-C/Cocoa
Stars: ✭ 45 (+246.15%)
Mutual labels:  cocoa
Kstimeline
Simple custom timeline written in swift
Stars: ✭ 157 (+1107.69%)
Mutual labels:  cocoa
Cocoa Rest Client
A free, native Apple macOS app for testing HTTP/REST endpoints
Stars: ✭ 2,257 (+17261.54%)
Mutual labels:  cocoa
Textmate
TextMate is a graphical text editor for macOS 10.12 or later
Stars: ✭ 13,729 (+105507.69%)
Mutual labels:  cocoa
objc-lisp-bridge
A portable reader and bridge for interacting with Objective-C and Cocoa
Stars: ✭ 39 (+200%)
Mutual labels:  cocoa
nimble-commander
Nimble Commander - dual-pane file manager for Mac
Stars: ✭ 147 (+1030.77%)
Mutual labels:  cocoa

WCSDateRange

Simple date range class. Simply provide a date range enum and the class will provide NSDate to/from, NSString date range. Accepts format enum as well to provide different date formats.

Example

Simple to use: assign a format and dateRange enum and grab the results using rangeString.

WCSDateRange * range = [WCSDateRange new];
range.format = WCSDateRangeFormatSimple;
range.dateRange = WCSDateRangeTypeMonth;

NSLog(@"Date Range String: %@", range.rangeString);

Output: Date Range String: 06/01/2018 - 06/30/2018

@WrightsCS

Twitter: @WrightsCS http://www.wrightscsapps.com

Apps using WCSDateRange

If you are using this in your app, please let me know and I will add your app here!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].