strftime has no method 'localizedStrftime'
potomak opened this issue · 2 comments
potomak commented
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
samsonjs commented
Thanks for the report! 🍻
potomak commented
Thank you