Skip to content

Latest commit

 

History

History
 
 

date

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

$mol_date

Date presenter and picker.

Properties

value( next? : string ) : string

Date in YYYY-MM-DD format.

<= Birth_day $mol_date
	value?val <=> birth_day?val \2017-04-01

value_number( next? : number ) : number

Counts of milliseconds from Unix Epoch.

<= New_year $mol_date
	value_number?val <=> new_year?val 1514764800

value_moment( next? : $mol_time_moment ) : $mol_time_moment

Instance $mol_time_moment.

<= Today $mol_date
	value_moment?val <=> today?val $mol_time_moment

Extends: $mol_string