Thank you, it works great now.
Is there a way to do just the vice versa of it ? Now I want to convert the displayed form into unix timestamp format and insert it, how should I do it ??
This is the process what I want to do:-
1. Insert date in unix format.
2. Retrieve it in desired format with vbdate().
3. Edit the retrieved date.
4. On submit, convert it in unix timestamp and insert it.
Need help with steps 3 and 4.
Thank You
|