str_today



機能:
現在日付(YYYY/MM/DD)文字列を返す

書式:
str_today()

解説:
現在の日付を、年月日YYYY/MM/DDの形式の文字列で返します。

例:str_today();  →“2000/03/31“


return