You should use 03/21/2022, not with dashes. Dashes are recognized as the european format and will be understood as day-month-year instead of month/day/year.
The formatting can be done with the date function like:
<?php echo(date("m/d/Y",strtotime($Recordset->getColumnVal("dateField")))); ?>