Bedlore
Newbie
Posts: 1
Registered: 12/13/2005
Member Is Offline
|
| posted on 12/13/2005 at 07:20 AM |
|
|
Output unix timestamp
Hello, I was very pleased to find Tigra Calendar as it looks great quality!
I am not a programmer but I am wondering if someone could tell me if and how the javascript could be modified to output unix-timestamp instead?
I need to populate a form with month selections, I was going to use a static drop down list but with 5 or 6 years of months it becomes a little crazy
in length and needs to grow each month too. i.e.
<option value="1101821400">Dec 2004</option>
<option value="1099229400">Nov 2004</option>
<option value="1096554600">Oct 2004</option>
<option value="1093962600">Sep 2004</option>
Help would be very appreciated :)
|
|
|
|