Home > Article > CMS Tutorial > What are the calling functions of DreamWeaver Time display?
What are the calling functions for the DEDEcms time display?
The calling functions for the DEDEcms time display are:
● [field:pubdate function=GetDateMK(@me)/] 2009-11-10
● [field:pubdate function=GetDateTimeMK(@me)/] 2009-11-10 12:20 :20
● [field:pubdate function="GetDateMK(@me)"/] 2009-11-10
● [field:pubdate function="GetDateTimeMK(@me)"/ ] 2009-11-10 12:20:20
● [field:pubdate function=MyDate('m-d',@me)/] 11-10
● {dede: field.pubdate function="MyDate('Y-m-d H:i',@me)"/} 2009-11-10 12:20
Recommended tutorial: dedecms tutorial
The above is the detailed content of What are the calling functions of DreamWeaver Time display?. For more information, please follow other related articles on the PHP Chinese website!