I need to display a week using Jquery, but don't matter the "dates" for me. I want Sunday/Monday.../Saturday
And then add "generic" events.
It's just a week plan with activities, but the date isn't important.
How can I do that?
I need to display a week using Jquery, but don't matter the "dates" for me. I want Sunday/Monday.../Saturday
And then add "generic" events.
It's just a week plan with activities, but the date isn't important.
How can I do that?
So after some time, I ended up writing my own html table that would mimic the weekly calendar. Then I assign the events to the correspondent cells.