Thread Starter
gcew
(@gcew)
Never mind, I was just seeing things wrong.. My date heading was wrong so I had to change a carbon.php file of the plugin as someone posted in another post…
/**
* The day constants
*/
const SUNDAY = 1;
const MONDAY = 2;
const TUESDAY = 3;
const WEDNESDAY = 4;
const THURSDAY = 5;
const FRIDAY = 6;
const SATURDAY = 0;
It really works! Thanks for the girl who posted this!