Notice: The content on this site is totally my personal opinion, which is NOT related in any way to my corporation and employers. If you find some stuffs upset, please feel free to leave comments [here] or email me on kentwoo [at] gmail.

Wednesday, August 15, 2007

Javascript: Number <--> UTC

<script>
document.write(
(new Date(112345920*1000)).toUTCString());
document.write(Date.UTC(2007, 06, 07)/1000);
</script>

Attention:



  1.  The month is ZERO-based while invoke UTC.
  2. Millisecond, other than Second, is the functions variables

Reference: Date reference from w3schools.

Labels: ,

Thursday, August 9, 2007

Movie: SECRET [不能說的秘密]

I love this movie.

 

--

Update[10 Aug. 2007]:

Watched the movie again last night. Even love it more.

Labels: