开发者

jquery date format like date(1) on linux

开发者 https://www.devze.com 2023-02-28 23:39 出处:网络
I want to format dates like 开发者_JAVA百科date(1) on linux or date() in php does. I just found this jQuery Plugin, which has other date format strings. Is there a jQuery plugin or a js lib/function f

I want to format dates like 开发者_JAVA百科date(1) on linux or date() in php does. I just found this jQuery Plugin, which has other date format strings. Is there a jQuery plugin or a js lib/function for this?


The formatting support in the venerable Datejs library is pretty good.

JavaScript Date objects have a sufficiently rich API that constructing your own special-purpose formatter isn't very hard.

0

精彩评论

暂无评论...
验证码 换一张
取 消