我有这个字符串:"13/10 15:00"我想将它转换为时间戳,但是当我这样做时:
$timestamp = strtotime("13/10 15:00");
它返回一个空值.
php timestamp strtotime date-conversion
date-conversion ×1
php ×1
strtotime ×1
timestamp ×1