Great news everyone!
Rackspot has released today a new offer with Linux VPS, the price is really competitive.
Check it out here: http://rackspot.com/en/configurator/cloud_servers/linux
Great news everyone!
Rackspot has released today a new offer with Linux VPS, the price is really competitive.
Check it out here: http://rackspot.com/en/configurator/cloud_servers/linux
I’ve wrote a plugin that mimics SAP date inputs behavior.
Here’s some examples:
USAGE:
$("#foo").autodate();
EXAMPLES:
01 - expands to: {current year}-{current month}-01
0102 - expands to: {current year}-02-01
010212 - expands to: 2012-02-01
010251 - expands to: 1951-02-01
01022051 - expands to: 2051-02-01
ROADMAP: * Allow different output date formats * Allow American input mm/dd/yy * Better error handling * Error translations as options