All Projects → p-v → Datetimeseer

p-v / Datetimeseer

Licence: mit
A painless way to pick future time.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Datetimeseer

Calendar
📅 PHP Date & Time library that solves common problems in object oriented, immutable way.
Stars: ✭ 113 (-28.93%)
Mutual labels:  datetime
Anytime
Anything to POSIXct or Date Converter
Stars: ✭ 137 (-13.84%)
Mutual labels:  datetime
Masuit.tools
ldqk.xyz/55
Stars: ✭ 2,539 (+1496.86%)
Mutual labels:  datetime
Horizontalpicker
DatePicker horizontal con selección smooth por día para Android.
Stars: ✭ 116 (-27.04%)
Mutual labels:  datetime
Libfaketime
libfaketime modifies the system time for a single application
Stars: ✭ 1,932 (+1115.09%)
Mutual labels:  datetime
Pytime
PyTime is an easy-use Python module which aims to operate date/time/datetime by string.
Stars: ✭ 140 (-11.95%)
Mutual labels:  datetime
Pg Calendar
📆 beautiful and eidetic date picker
Stars: ✭ 109 (-31.45%)
Mutual labels:  datetime
Holidaydatetime
A php class to check Japanese holiday and weekend. 土日祝日を判定するphpクラス。
Stars: ✭ 153 (-3.77%)
Mutual labels:  datetime
Luxon
⏱ A library for working with dates and times in JS
Stars: ✭ 11,926 (+7400.63%)
Mutual labels:  datetime
Exceptionless.datetimeextensions
DateTimeRange, Business Day and various DateTime, DateTimeOffset, TimeSpan extension methods
Stars: ✭ 142 (-10.69%)
Mutual labels:  datetime
Dateutil
Useful extensions to the standard Python datetime features
Stars: ✭ 1,706 (+972.96%)
Mutual labels:  datetime
Persiandate4mysql
pDate is a Gregorian / Jalali(Shamsi) date convertor functions for MySQL 5.1+
Stars: ✭ 131 (-17.61%)
Mutual labels:  datetime
Delorean
Delorean: Time Travel Made Easy
Stars: ✭ 1,793 (+1027.67%)
Mutual labels:  datetime
Human time
Ruby time and date comparisons for humans
Stars: ✭ 113 (-28.93%)
Mutual labels:  datetime
Date Picker
📅 Custom responsive date picker widget for Android, written in Kotlin.
Stars: ✭ 146 (-8.18%)
Mutual labels:  datetime
Bokkypoobahsdatetimelibrary
Gas-Efficient Solidity DateTime Library
Stars: ✭ 111 (-30.19%)
Mutual labels:  datetime
Tail.datetime
A lightweight, translat- and configurable Open Source DateTime Picker, written in pure vanilla JavaScript!
Stars: ✭ 139 (-12.58%)
Mutual labels:  datetime
Orjson
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Stars: ✭ 2,595 (+1532.08%)
Mutual labels:  datetime
Gostradamus
Gostradamus: Better DateTimes for Go 🕰️
Stars: ✭ 148 (-6.92%)
Mutual labels:  datetime
React Date Range
A React component for choosing dates and date ranges.
Stars: ✭ 2,052 (+1190.57%)
Mutual labels:  datetime

DateTimeSeer

A painless way to pick future time

DateTimeSeer is an android seer who gets visions of the date and time you are thinking.

It tells you what you might be thinking and helps in what modern people call as autocompletion. Unfortunately, he currently knows only english.

Demo

Gradle

Add the seer to build.gradle and you are good to go,

dependencies {
    compile 'com.pv:datetimeseer:1.0.0'
}

The library exposes SeerFilter which extends android's Filter class and so can be hooked to anything which implements Filterable.

Use the ConfigBuilder to provide Date/Time formats.

The sample app here demonstrate the usage of the Filter with the AutoCompleteTextView.

Contributing

For other languages support,

  • Checkout the dev branch
  • Implement the changes for the language in this package. Check the english language implementation for reference.
  • Add the strings.xml file for the language
  • Add the language to Config.java
  • Update getLocaleFromLanguage in DateTimeUtils.java
  • Initialize the handlers created in SeerParserInitializer.java for the language

Feel free to create an issue in case of any implementation issues. Or email me at the address present on my profile.

TODOS

  • Add more documentation
  • Some dirty code clean up
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].