Created
March 12, 2021 12:05
-
-
Save mprokopov/3125dedb01e3dc5b4ed7b60fe992a07e to your computer and use it in GitHub Desktop.
clojurescript date with locale
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
| (import '[goog.i18n DateTimeFormat]) | |
| (let [date (js/Date.) | |
| fmt (DateTimeFormat. "dd MMMM")] | |
| (.format fmt date))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment