jQuery: How can I work with dates in this format? mm/yyyy
Posted
by Enrique
on Stack Overflow
See other posts from Stack Overflow
or by Enrique
Published on 2010-03-27T19:03:36Z
Indexed on
2010/03/27
19:13 UTC
Read the original article
Hit count: 195
I'm doing a web application for articles
Articles must be shown by month, with its published date stored as mm/yyyy
Now:
1- Should I use a DATE type field for storing?
2- Will jQuery UI datePicker be useful for showing mm/yyyy?
3- How could I sort by mm/yyyy?
I guess it will be more complicated if I store date normally and extract the day from date each time I want to do something, right?
Thanks,
© Stack Overflow or respective owner