* Comments
This commit is contained in:
parent
89105840cc
commit
3cd34ad28a
|
@ -5,6 +5,10 @@ import { commonDateFormats, dateType, hourType, isDateType, isHourType, isMeridi
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The main Tyme Class, initialize it by optionally passing a date object
|
* The main Tyme Class, initialize it by optionally passing a date object
|
||||||
|
* Created by Kato Twofold https://justkato.me
|
||||||
|
* @author Kato Twofold
|
||||||
|
* @example new TymeJS().format("d/m/Y h:i A")
|
||||||
|
* @class
|
||||||
*/
|
*/
|
||||||
export default class TymeJS {
|
export default class TymeJS {
|
||||||
|
|
||||||
|
|
Reference in New Issue