In my serialize function, the function handling the date is decorated as [XmlElement(DataType = "date")] and I thought that the date would be serialized as yyyyMMdd. It looks like it comes out yyyy-MM-dd. On my OS, the format for a date is 05/27/2020. How would I serialize this to be yyyyMMdd?