mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Quick fix in documentation
This commit is contained in:
parent
ce713b3edc
commit
f4dea43d9f
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ export type DateTime = typeof(DateTime)
|
||||||
print(now:toIsoDate())
|
print(now:toIsoDate())
|
||||||
|
|
||||||
-- Formats the current moment in time as an RFC 2822 string
|
-- Formats the current moment in time as an RFC 2822 string
|
||||||
print(now:toRfcDate())
|
print(now:toRfc2822())
|
||||||
|
|
||||||
-- Formats the current moment in time, using the local
|
-- Formats the current moment in time, using the local
|
||||||
-- time, the French locale, and the specified time string
|
-- time, the French locale, and the specified time string
|
||||||
|
|
Loading…
Add table
Reference in a new issue