11/26/2024 3:27:13 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Data Grid - Format Date
Posted: 12 Oct 06 7:26 AM
|
fiogf49gjkf0d Hi, I'm sure this is going to be as simple as setting a property but I can't for the love of me find it.
How do I go about formatting a date column within a data grid, I want to remove the time from the equation e.g. dd/mm/yyyy |
|
|
|
Re: Data Grid - Format Date
Posted: 13 Oct 06 8:29 AM
|
fiogf49gjkf0d Hi Kevin
In version 6.2 you would set the DataGrid.Columns.Item(index).FormatType to "ftDateTime" and DataGrid.Columns.Item(index).FormatString to "dd/mm/yyyy". Or in architect you can set these properties through the "Columns" property of the data grid, then right click on the column heading and choose properties.
Zeph |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|