ASP中格式化时间短日期补0变两位长日期的方法
因为短日期不足2位,所以在网页排版的时候,影响美观,下面两个函数可以解决这个问题。 2020-2-7短日期 变 2020-02-07长日期 Function FStime(times) Dim years,months,days if len(times)=0 then exit function years=year(times) months=righ
其他编程 2023年07月12日 100
string(6) "短日"
因为短日期不足2位,所以在网页排版的时候,影响美观,下面两个函数可以解决这个问题。 2020-2-7短日期 变 2020-02-07长日期 Function FStime(times) Dim years,months,days if len(times)=0 then exit function years=year(times) months=righ
其他编程 2023年07月12日 100