date
Here are 1,420 public repositories matching this topic...
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Apr 13, 2021
-
Updated
Apr 8, 2021 - TypeScript
Issue Description
Arrow does not seem to perform validation on timestamps for unusual formats where the information conflicts.
The following code snippet runs just fine:
>>> arrow.get("2021-01-30 14:00:00 AM", "YYYY-MM-DD hh:mm:ss A")
<Arrow [2021-01-30T14:00:00+00:00]>
First of all, since hh is documented to go to a maximum value of 12, I expect arrow to raise an err
-
Updated
Apr 21, 2021 - Swift
-
Updated
Feb 4, 2020 - JavaScript
-
Updated
Mar 19, 2021 - Kotlin
-
Updated
Jan 10, 2021 - JavaScript
-
Updated
Apr 17, 2021 - C++
-
Updated
Sep 25, 2020 - Objective-C
Examples: iOS App
I'd like an /Examples folder with some simple iOS apps showing how to use Time.
The first one that comes to mind is a basic iOS app using a UICollectionView to build a month calendar view.
Carthage supports
Tests
-
Updated
Apr 5, 2021 - JavaScript
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Feb 25, 2021 - JavaScript
Hi there, thanks for the great work on this library!
Can I just check what is the best way to ensuring the calendar popup is hidden when tabbing out of an input within a <DatePicker /> example?
Currently it's remaining open when I'm tabbing from one form item to another.
Thanks!
Improve this page
Add a description, image, and links to the date topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the date topic, visit your repo's landing page and select "manage topics."
Describe the enhancement
While using the UpdateLocale Plugin, it isn't possible to just update one single value in a nested value.
For example I just want to update the
format.Lvalue:Like this other formats
LL, LLL, ...are getting lost.Expected behavior
I want