how can we change the format of "DATE" ??
like today = Date()
it will be like 4/13/2002
can i have something like dd/mm/yyyy instead of the default mm/dd/yyyy?
Printable View
how can we change the format of "DATE" ??
like today = Date()
it will be like 4/13/2002
can i have something like dd/mm/yyyy instead of the default mm/dd/yyyy?
try:
MyDate = #January 27, 1993#
um....Quote:
Originally posted by hyper88
how can we change the format of "DATE" ??
like today = Date()
it will be like 4/13/2002
can i have something like dd/mm/yyyy instead of the default mm/dd/yyyy?
VB Code:
Private Sub Command1_Click() Dim Today As Date Today = #1/27/02# End Sub
put the # around it
Or use FORMAT
VB Code:
Private Sub Form_Load() MsgBox Format(Date, "dd/mm/yyyy") End Sub
are you talking about
today = format(date(),"DD/MM/YYYY")
?
Quote:
Originally posted by Bruce Fox
Or use FORMAT
VB Code:
Private Sub Form_Load() MsgBox Format(Date, "dd/mm/yyyy") End Sub
:(
today is not my day.
Quote:
Originally posted by mendhak
:(
today is not my day.
VB Code:
Private Sub Mendhak (Smoking Frog As A :rolleyes: :rolleyes: ) Dim Today As Bad Today = Not My Day
ooh! I think i'll use that snippet... Now I can light my cigz with ease.Quote:
Originally posted by Vanguard-MnC
VB Code:
Private Sub Mendhak (Smoking Frog As A :rolleyes: :rolleyes: ) Dim Today As Bad Today = Not My Day
:rolleyes:
lolzQuote:
Originally posted by mendhak
ooh! I think i'll use that snippet... Now I can light my cigz with ease.
:rolleyes:
Quote:
Check out my custom smily:
Is it supposed to be a red x?
hey the site you use for making the do not click thing is cool! i can never find a site that gives you 100MB of free space!
yes. geocities is so screwed upQuote:
Originally posted by mendhak
Is it supposed to be a red x?
thanks alot guys
anyway i have another question here......
how do i check all the boxes avaliable on a listview or uncheck all at 1 time? is there a simple function for it or i have to use a for loop a check all 1 by 1?
Quote:
Originally posted by mendhak
Is it supposed to be a red x?
there i fixed it. like it??
ask the stoned froggy:DQuote:
Originally posted by hyper88
thanks alot guys
anyway i have another question here......
how do i check all the boxes avaliable on a listview or uncheck all at 1 time? is there a simple function for it or i have to use a for loop a check all 1 by 1?
yup. Very few left out there.Quote:
Originally posted by Vanguard-MnC
hey the site you use for making the do not click thing is cool! i can never find a site that gives you 100MB of free space!
:eek:Quote:
Originally posted by Vanguard-MnC
there i fixed it. like it??
You're not allowed to hotlink to images on 0catch. I have NO idea how you did that!!
And I dont' know about listview. sorry to pollute your thread like this hyper88.
How bout posting again in a new thread? :D
haha it's ok.......
nice smiley =x
thanks! It only took me 2 minutes to make it http://beyblade.0catch.com/SICK.gif!Quote:
Originally posted by hyper88
haha it's ok.......
nice smiley =x