lib_lepton::datetools
Lepton date_tools in deep:
new method "formatWithMySQL" e.g.
lib_lepton :: datetools
Some formatting examples
- $oDT = lib_lepton::getToolInstance("datetools");
- echo $oDT->formatWithMySQL("\Am\ %W, \den\ %e. %M %Y\, um\ %k:%i \Uhr\.", time(), "de");
- echo $oDT->formatWithMySQL("\Le\ %W %e %M %Y\, nous irons dans un musée à\ %k \h %i.", time(), "fr");
- echo $oDT->formatWithMySQL("l, jS F, Y", time(), "en_GB");
last edit: 11. Sep 2022 CEST 14:32:38
Output
- Am Sonntag, den 11. September 2022, um 13:52 Uhr.
- Le dimanche 11 septembre 2022, nous irons dans un musée à 13 h 52.
- Sunday, 11th September, 2022
last edit: 11. Sep 2022 CEST 14:23:03