samsonjs/strftime

strftime has no method 'localizedStrftime'

potomak opened this issue · 2 comments

Inside a browser strftime has no method localizedStrftime.

Example from README doesn't work, instead this works:

var strftime_IT = localizedStrftime(it_IT);
console.log(strftime_IT('%B %d, %y %H:%M:%S')) // aprile 28, 2011 18:21:08

Thanks for the report! 🍻

Thank you