All Projects → yodagamaheshan → Dategrid

yodagamaheshan / Dategrid

A customizable swiftui calendar

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Dategrid

Calendarview
An Easy to Use Calendar for iOS (Swift 5.0)
Stars: ✭ 429 (+504.23%)
Mutual labels:  date, calendar
Vue Ctk Date Time Picker
VueJS component to select dates & time, including a range mode
Stars: ✭ 707 (+895.77%)
Mutual labels:  date, calendar
Angular Moment Picker
Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
Stars: ✭ 536 (+654.93%)
Mutual labels:  date, calendar
Pandas market calendars
Exchange calendars to use with pandas for trading applications
Stars: ✭ 319 (+349.3%)
Mutual labels:  date, calendar
Rsdayflow
iOS 7+ Calendar (Date Picker) with Infinite Scrolling.
Stars: ✭ 843 (+1087.32%)
Mutual labels:  date, calendar
Zebra datepicker
A super-lightweight, highly configurable, cross-browser date / time picker jQuery plugin
Stars: ✭ 367 (+416.9%)
Mutual labels:  date, calendar
Laydate
layDate(日期与时间组件) 是 layui 独立维护的三大组件之一
Stars: ✭ 1,066 (+1401.41%)
Mutual labels:  date, calendar
Md Date Time Picker
An implementation of Material Design Picker components in vanilla CSS, JS, and HTML
Stars: ✭ 272 (+283.1%)
Mutual labels:  date, calendar
Table calendar
Highly customizable, feature-packed Flutter Calendar with gestures, animations and multiple formats
Stars: ✭ 897 (+1163.38%)
Mutual labels:  date, calendar
Moment.php
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
Stars: ✭ 900 (+1167.61%)
Mutual labels:  date, calendar
Timestamp
⏰ A better macOS menu bar clock.
Stars: ✭ 296 (+316.9%)
Mutual labels:  date, calendar
Period
Complex period comparisons
Stars: ✭ 1,001 (+1309.86%)
Mutual labels:  date, calendar
React Datetime Picker
A datetime picker for your React app.
Stars: ✭ 294 (+314.08%)
Mutual labels:  date, calendar
React Infinite Calendar
✨ Infinite scrolling date-picker built with React, with localization, range selection, themes, keyboard support, and more.
Stars: ✭ 3,828 (+5291.55%)
Mutual labels:  date, calendar
React Native Calendar Select
A component to select period from calendar like Airbnb
Stars: ✭ 279 (+292.96%)
Mutual labels:  date, calendar
Period
PHP's time range API
Stars: ✭ 616 (+767.61%)
Mutual labels:  date, calendar
Datez
📆 Breeze through Date, DateComponents, and TimeInterval with Swift!
Stars: ✭ 254 (+257.75%)
Mutual labels:  date, calendar
React Daterange Picker
A date range picker for your React app.
Stars: ✭ 259 (+264.79%)
Mutual labels:  date, calendar
React Date Picker
A date picker for your React app.
Stars: ✭ 715 (+907.04%)
Mutual labels:  date, calendar
Mnth
📆 Calendar month as 2d array of Dates
Stars: ✭ 41 (-42.25%)
Mutual labels:  date, calendar

DateGrid

Description not available.

Installation

From Xcode 11, you can use Swift Package Manager to add Kingfisher to your project.

  1. Select File > Swift Packages > Add Package Dependency. Enter https://github.com/yodagamaheshan/DateGrid.git in the "Choose Package Repository" dialog.
  2. In the next page, specify the version resolving rule.
  3. After Xcode checking out the source and resolving the version, you can choose the "DateGrid" library and add it to your app target.

Usage

DateGrid(interval: dateInterval , selectedMonth: $selectedMonthDate, mode: mode) { dateGridDate in
                
                Text(dateGridDate.date.day)
                    .padding(8)
                    .background(Color.blue)
                    .cornerRadius(8)
                    .padding([.bottom], 10)
            }

Sample project

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].