解析日期字符串,等同于 from_str(text)。
from_str(text)
date().parse(text)
text
Date。
Date
now = date() result = date().parse(text)