time-stamp
time-stamp copied to clipboard
Get a formatted timestamp. Used in gulp, assemble, generate, and many others.
Hi, published version is 2.2.0 while git tag stops at 2.1.0. Could you push missing tag ? This helps Debian packaging
Allow import in typescript: ```ts import timestamp = require('timestamp'); ``` EDIT: updated with [typescript recommanded import syntax for commonjs module](https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require) as recommanded by @fregante (see below).
This is a follow-up of #12 The proposed solution does not work either: ``` import * as timestamp from 'time-stamp'; ``` leads to : ``` error TS2349: This expression is...
Hi! This PR aims to implement the feature described in #5. Here are some of the things I did: - Implement a time zone changing feature - Update docs -...
I've never used verb before, I changed both `.verb.md` and `README.md` but I'm not sure if this is the right approach...
regExp
``` var regex = /(?=(YYYY|YY|MM|DD|HH|mm|ss|ms))\1([:\/]*)/; What's wrong with using the following? var regex=/(?=(YYYY|YY|MM|DD|HH|mm|ss|ms))/; ``` I can also use the following regular, so I want to ask
do we have a timezone change functionality?
I want to utilise this time-stamp package, but I'm not sure if it gets its real-time information from the server or through the client's browser.