A little ambiguous, but let's see here:
1.) If you're talking about within the mySQL database/table, it's a DATETIME or TIMESTAMP format.
2.) If you want something in phpMyAdmin itself that tells you the current date, you can just use:
<?php echo date('m/d/y h:i a'); ?>
wherever you want it added.