samsonjs / strftime

strftime for JavaScript

Home Page:http://samhuri.net/projects/strftime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strftime has no method 'localizedStrftime'

potomak opened this issue · 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! 🍻