Date Time Functions MySQL Tutorial

mysql>
mysql> SELECT DAYOFWEEK('0-2-1');
+--------------------+
| DAYOFWEEK('0-2-1') |
+--------------------+
|                  3 |
+--------------------+
1 row in set (0.00 sec)
mysql>