shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

Feature request: date #120

Closed mccambridge closed 7 years ago

mccambridge commented 7 years ago

Any chance of supporting date strings cross-platform?

shx date +%s
mccambridge commented 7 years ago

On second thought, I don't know why I'm not just using moment or similar.