0

我有个问题。

我想知道如何找到分隔符的位置。

或者使用DD / MM / YYYY格式的日期,而不必强制使用斜线。

有什么建议么?

谢谢

4

2 回答 2

1

您可以使用indexOflastIndexOf来查找分隔符位置。如果只是格式化日期的问题,请查看一些可用的日期库。

这里仅仅是少数:


时刻 .js 日期.js xdate.js

还有更多,只需 G* 搜索“javascript 日期库”

于 2013-04-17T09:46:57.367 回答
0

I was wondering if there is any function or method that I return the system date in the format:

10/12/2012 or 12/10/2012 or last 10:12:2012

but not manually enter the slash, colon or dash.

于 2013-04-17T14:02:10.973 回答