You are viewing a single comment's thread from:
RE: A second response to @endingplagiarism
International Dates tend to be tricky. There is an issue with the way dates are handled on the server being used Month/Day/Year, Day/Month/Year, or Year/Month/Day.
Could you please reach out to me on discord starlord2826#7618. The way steemcryptic handles different date formats is that the client-side sends the date over in UNIX timestamp to the server. That way, I don't have to actually deal with the conversion. But yea. Thanks again. I'll have a look at this over the weekend and fix this if needed.
Really sorry for the inconvenience.
I will contact you tomorrow if you need. The widget I would use would send the data in the style where the month was written. Whether the user's computer was set up in the format of 01-Feb-2022, or Feb-02-2022 the server side function would store it correctly.