Module

Effect.Now

Package
purescript-now
Repository
purescript-contrib/purescript-now

#now Source

now :: Effect Instant

Gets an Instant value for the date and time according to the current machine’s clock.

#nowDateTime Source

nowDateTime :: Effect DateTime

Gets a DateTime value for the date and time according to the current machine’s clock.

#nowDate Source

nowDate :: Effect Date

Gets the date according to the current machine’s clock.

#nowTime Source

nowTime :: Effect Time

Gets the time according to the current machine’s clock.

Modules
Effect.Now