-
-
Notifications
You must be signed in to change notification settings - Fork 51
🕰️ NEW: formatDate #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
🕰️ NEW: formatDate #137
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
56ebd3f
re init my mess dates
jycouet 6b7bdb7
update for consistency
jycouet a58667b
moving format to intl
jycouet 9370ef7
tests with also fr local
jycouet fd7d77c
dico
jycouet e8c92a9
dateDisplay update
jycouet 32e962c
Humm
jycouet 5ee0440
tmp rename to format_fns
jycouet a3bd220
realignement & doc update
jycouet 4a175fc
add a playground
jycouet ef5e591
Month & monthYear
jycouet 8082e48
DateField
jycouet f9ccd82
Date Range
jycouet cdcd9d2
Month done
jycouet 4412234
rmv all usage of dateDisplay
jycouet f80d638
Nice nice nice
jycouet a39f83b
casing
jycouet e34a4ca
enums casing
jycouet 7961d0e
oups, need to comment fr for now in the doc
jycouet e434fca
formats
jycouet 1475251
okay with date of week
jycouet 5fc0e8f
update docs
jycouet 6f57aa8
add changeset
jycouet 12ca14c
rmv dateDisplay
jycouet f1e42eb
cleanup
jycouet 16b1990
dico
jycouet 7cf1e57
keep Day default
jycouet 4036339
rmv useless
jycouet dd3a9fc
Okay, adding DayTime & TimeOnly
jycouet 2615f45
of course, updating doc is always good :)
jycouet acba2a9
Swtich default to use Tokens enum
jycouet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'svelte-ux': minor | ||
--- | ||
|
||
BREAKING: removed `dateDisplay()` in favor of `format()` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'svelte-ux': patch | ||
--- | ||
|
||
add locale management of date leveraging intl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ coverage/ | |
.idea/ | ||
.svelte-kit/ | ||
.env | ||
.DS_Store | ||
|
||
test-* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.