datetime
Here are 908 public repositories matching this topic...
-
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 16, 2021 - JavaScript
-
Updated
Mar 12, 2021 - TypeScript
-
Updated
Apr 17, 2021 - C++
-
Updated
Apr 15, 2021 - Rust
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 22, 2021 - C#
-
Updated
Mar 31, 2021 - C
I18N examples
中文文件需要
-
Updated
Apr 22, 2021 - D
-
Updated
Mar 15, 2021 - JavaScript
-
Updated
Apr 21, 2021 - C#
-
Updated
Oct 24, 2020 - Go
-
Updated
Nov 16, 2019 - TypeScript
Improve this page
Add a description, image, and links to the datetime topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datetime 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