Recent blog post

  1. JavaScript Date.toMysql()

    This just came in handy for me. It extends JavaScript's Date() object and adds a toMysql() functionfor when you need to convert a JavaScript Date object to a MySQL Datetime format (in UTC). Date.prototype.toMysql = function(){ var date = this; date = date...

    1 week ago

User reviews

Personal attacks are NOT allowed
Please read our comment policy