coreenmo-date-languange
v2.1.0
Published
Package used to make it easier for developers to format dates.
Downloads
22
Maintainers
Readme
💾 Requirements
Web Browser
- Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera].Internet
- Because many use CDN and to make it easier to find solutions to all problems.
🎯 How To Use
Example Syntax
formatDateLanguange(date, lang, is_cut);
Parameters
date
: This is the date to be changed. Must contain the month name.lang
: The country type or format that will be used to change the date language.is_cut
: Choose the type of date you want, full or cut.
Return Value
- Directly returns a string value according to the format used. Like
26 February 2024
or26 Februari 2024
.