|
-
Jun 1st, 2000, 10:41 AM
#1
Thread Starter
New Member
hai everyone....
i have problem with the date.i use active x contol calendar to ask user insert the date.it follow the client computer that is MM/DD/YY but i also using some date function.it's formula is reverse from active x control-DD/MM/YY.it give big problem to me when i want to add a number to the date because it's not in the same formula.
so i want to know if there's any function that can convert date from MM/DD/YY to DD/MM/YY.i really need your help.i'm stuck of this......
thanks
-
Jun 1st, 2000, 02:25 PM
#2
Fanatic Member
If you are using asp you can use the formatdatetime function or if it is in VB you can use the format function
eg. myconverteddate = format(mydate,"dd/mm/yyyy")
Hope this helps
ian
Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!
-
Jun 1st, 2000, 02:46 PM
#3
Lively Member
If you want to add to dates as well probably best to use the dateadd function
dateadd("m",1,now)
-
Jun 6th, 2000, 07:12 AM
#4
Thread Starter
New Member
thank you...
thanks for your help.it solve my problem..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|