Showing related tags and posts across the entire site.
-
Has anyone run into a startDate formatting error....where the start date ends up being like: 9/9/2009 1 for dates with format m/d/yyyy. No other date format seems to have issues...ie: mm/d/yyyy or m/dd/yyyy or mm/dd/yyyy. I think the parsing error in occuring in the ADK,
-
I have a code line which is part of generating the SIF object for "SHEDULEINFO" type. Edustructures.SifWorks.Student.ScheduleInfo[] schedInfos = sectInfo.GetScheduleInfos(); I am trying to migrate the 1.5 to 2.2 specification. But since the above GetScheduleInfos(); is missing and could not...