JavaScript
|
Written by Dicky
|
Monday, 27 January 2014 17:58 |
Formatting date in Javascript is a lot of hassle. When you get the data back from web service, you will get in the following format 2014-01-27T18:00:08-08:00. In order to convert them to a human-readable format. |
Read more...
|
JavaScript
|
Written by Dicky
|
Monday, 27 January 2014 17:52 |
I tried to call an extended jQuery function inside a $(document).ready(function () {. |
Read more...
|