This website requires JavaScript.
Explore
Help
Register
Sign in
adam
/
thaw
Watch
1
Star
0
Fork
You've already forked thaw
0
mirror of
https://github.com/adoyle0/thaw.git
synced
2025-02-02 16:44:15 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ec13698a25
thaw
/
thaw_utils
/
src
/
time.rs
6 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: remove re-export of chrono
2024-02-07 22:38:02 +08:00
use
chrono
::
{
Local
,
NaiveDate
}
;
Feat/date picker (#53) * feat: add date picker component * feat: add date panel * feat: add month panel * feat: add month panel logic * feat: add year panel * style: date picker component * feat: optimized date picker style * fix: nightly mode build
2023-12-18 22:05:11 +08:00
pub
fn
now_date
(
)
->
NaiveDate
{
Local
::
now
(
)
.
date_naive
(
)
}
Reference in a new issue
Copy permalink