customd / jquery-calendar

A full day, week, and resource calendar for use with jQuery.
MIT License
62 stars 26 forks source link

Resource Header Date Format (simple question) #21

Closed infopete closed 10 years ago

infopete commented 10 years ago

Hi

how do I include the Month in the header of the Resource Calendar view, please?

Pete

samatcd commented 10 years ago

Hi @infopete, could you send a screenshot of the area you're wanting to include the month in?

infopete commented 10 years ago

cal

Thanks for the reply.

On the Resource Calendar it's impossible to know what Month you are looking at especially if you are potentially displaying 90 days worth.

The attached image shows Mon. 7th but you have to guess the month.

samatcd commented 10 years ago

@infopete, you can use the maskdatelabel option detailed here: http://opensource.teamdf.com/calendar/docs/#config

infopete commented 10 years ago

Well.... I added a "F" to the maskdatelabel and now I have the month displayed.

It must be the same "F" in rtFm

Thank you Sam.

:)