|
-
Aug 8th, 2017, 02:37 AM
#9
Thread Starter
Lively Member
Re: How To Set Records Order According To This Kind of Field?
 Originally Posted by DataMiser
No you do not need to create a textbox to store a value.
If you want it displayed this way then you can use a custom format
Code:
DTPicker1.Format = dtpCustom
DTPicker1.CustomFormat = "yyyy/MM/dd"
This is weird, when i saved it to the database using insert into, its back to dd/MM/yyyy.
Tags for this Thread
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
|