datetime
Here are 789 public repositories matching this topic...
-
Updated
Oct 2, 2020 - TypeScript
The implementation of span_range (and also interval()) is surprising to me, and is not what I would expect from a range function.
>>> start = datetime(2013, 5, 5, 12, 30)
>>> end = datetime(2013, 5, 5, 17, 15)
>>> for r in arrow.Arrow.span_range('hour', start, end):
... print(r)
...
(<Arrow [2013-05-05T12:00:0
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Oct 2, 2020 - 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
Oct 7, 2020 - C
-
Updated
Oct 6, 2020 - Rust
-
Updated
Sep 28, 2020 - C#
I18N examples
中文文件需要
-
Updated
Oct 7, 2020 - D
-
Updated
Aug 22, 2020 - JavaScript
-
Updated
Sep 24, 2020 - C#
-
Updated
Sep 26, 2020 - Go
-
Updated
Nov 16, 2019 - TypeScript
-
Updated
Sep 29, 2020 - C
-
Updated
Aug 24, 2020 - JavaScript
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 bug
dayjs does not have function types in Typescript.
Expected behavior
With localeData plugin included, dayjs should have the declaration of functions below.
dayjs.weekdays()
dayjs.weekdaysShort()
dayjs.weekdaysMin()
dayjs.monthsShort()
dayjs.months()
Information