Hello, I'm trying to display a date/datetime in a generic text field with the correct format. This is something a cWebDateForm or other date components do automatically but given I need to show it in a generic text field (like a cWebHTMLBox, cWebEdit or others), I need to know how the framework does that.
So let's say we have a Date, DateTime or String (with a generic format, obtained using the ConvertToClient function). What would be the best way to show it in the text field using the client format?

It would be great to apply the same logic used in the cWebDateForm or other date components, but I haven't found DataFlex code to do that.