AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
Hi, How can I change the Date format MM/DD/YYYY to DD/MM/YYYY in MSHFlexGrid? Regards, Margaret ____________________________ Sneha____________________________Attached:
MyGrid.TextMatrix(row, col) = Format(Date, "DD/MM/YYYY") hope this help....