Julien Pivotto
ae1860e859
lang: funcs: Add datetime.format function
...
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu >
2019-11-01 19:26:17 -04:00
Julien Pivotto
2ebc8fdf2a
lang: funcs: Add datetime.hour function
...
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu >
2019-11-01 20:45:45 +01:00
James Shubin
12582e963d
lang: funcs: core: Make module names public
...
This is needed for when we have nested modules.
2019-05-20 08:45:43 -04:00
James Shubin
fc6032d3b7
lang: funcs: Add a weekday function to the datetime package
...
This returns the day of the week. It also includes a helpful example
demonstrating how this functionality can be fun!
2019-05-06 06:59:50 -04:00
James Shubin
07f542b4d7
legal: Happy 2019 everyone...
...
Done with:
ack '2018+' -l | xargs sed -i -e 's/2018+/2019+/g'
Checked manually with:
git add -p
Hello to future James from 2020, and Happy Hacking!
2019-03-24 15:08:50 -04:00
James Shubin
4eaff892c1
lang: funcs: core: Rename core module files
...
More cleanup...
2019-02-07 12:19:59 -05:00
James Shubin
f368f75209
lang: funcs: core: Drop unnecessary core prefix from imports
...
This unbreaks the mcl bindata code. Of course we could change the parser
to allow this prefix, but this is cleaner. The packages still have a
core prefix, which it seems we could also remove, but this isn't
particularly important for anything.
2019-02-07 09:33:20 -05:00