I am receiving multiple dates entered by the user from the database (the field is of type data (yyyy-mm-dd)). What I want, is to grab on that date and convert it to the name of the week day. For example:
<?php
$data_da_bd = "2014-08-13";
?>
The result would be: Wednesday.