|
-
Jul 27th, 2006, 07:40 AM
#1
Thread Starter
Hyperactive Member
flexgrid
how can i change the format of mshflexgrid column
e.g i want the format column 3 to be mm/dd/yyyy
-
Jul 27th, 2006, 07:56 AM
#2
Re: flexgrid
.g i want the format column 3 to be mm/dd/yyyy
date always come in the mm/dd/yyyy format in the grid
-
Jul 27th, 2006, 07:59 AM
#3
Thread Starter
Hyperactive Member
Re: flexgrid
i am using sql server 2000 bound to the grid
the column returns a dd/mm/yyyy hh:mm:ss
-
Jul 27th, 2006, 08:03 AM
#4
Re: flexgrid
convert date into mm/dd/yyyy format and add in the grid
-
Jul 27th, 2006, 08:07 AM
#5
Thread Starter
Hyperactive Member
Re: flexgrid
the format of the date in the database is in mm/dd/yyyy but when showed int the grid it returns dd/mm/yyyy hh:mm:ss format... the field i use is datetime datatype
-
Jul 27th, 2006, 08:11 AM
#6
-
Jul 27th, 2006, 08:27 AM
#7
Thread Starter
Hyperactive Member
-
Jul 27th, 2006, 08:48 AM
#8
Frenzied Member
Re: flexgrid
Can't you format the date field to how you want it in the SQL statement ?
That way you don't have to worry what the flexgrid does.
-
Jul 27th, 2006, 11:19 PM
#9
Fanatic Member
Re: flexgrid
can you use function format("mm/dd/yyyy")
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
|