Example: web_convert_date_param
In this example, web_convert_date_param converts a date string from the American format to the German format.
lr_save_string("1/10/03 12:11:10", "date1"); web_convert_date_param( "date1", SourceFormat=AMERICAN", TargetFormat=GERMAN", LAST );
The original value of parameter date1: "1/10/03 12:11:10"
The parameter value after web_convert_date_param: "10.1.03 12:11:10"