English [pɑ:z] US [pɑ:rs]
vt. ????? ????? ?????(??, ?? ?)
3?? ??: ?? ?? ?? ??: ?? ?? ?? ??: ?? ?? ?? ??: ?? ??
?????? ??() ??? ???
??: ?? ? ?? ???? ?? ???? 1970? 1? 1? ???? ?? ? ????? ??? ?? ?????.
??: ??Date.parse(datestring)
????: datestring ?????. ??? ??? ???? ??????.?
??: 1970? 1? 1? ??(GMT ??)? ???? ??? ??? ?? ??? ??? ????.
??: ? ???? Date ??? ?? ??????. ? ???? ????? dateobject.parse()? ??? ?? Date.parse() ??? ?????.
??: Date.parse()? Date ??? ?? ??????.
?????? ??() ??? ?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <script type="text/javascript"> //取得從 1970/01/01 到 2005/07/08 的毫秒數(shù) var d = Date.parse("Jul 8, 2005") document.write(d) </script> </body> </html>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????