I've been using the Grid control and setting the CellType to GVIT_DATECAL. Everything works great except that I can figure out how to set the format of the date control. I need the date produced by the control to be in the format "yyyy-MM-dd" but the default seems to be "M-d-yyyy". I have tried the SetCellFormat method in Grid and it doesn't work. I have searched google and perlmonks for this but can't find anything. I looked at Grid.pm and couldn't find anyway to change the default format in there. Can anyone give a me hint of how to do this??
Thanks, Chris