Skip to content

A more robust package example that modifies during interpreting.

License

Notifications You must be signed in to change notification settings

wonderlang/wonder-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wonder-date

A basic date library for Wonder that makes use of Javascript to modify the standard library.

Usage

The library contains one dynamic variable called date, which is an object containing data on the date at the time of the call.

property description
str string-formatted representation of the date
t Unix time
off timezone offset
ms millisecond
s second
m minute
h hour
d date
D day of the week
M month
y year

Examples

date #str
: "s" #date
date "off"

About

A more robust package example that modifies during interpreting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published