how can i create weekday? For example i would like create the "date": "Thursday 13:45" or "Monday 23:20 to Thursday 02:30". This is for make schedule for bar, shop, school. The difficulty is that some think like bar open a day and close an other...

Thanks

Comments

KarenS’s picture

Status: Active » Fixed

Create a date field. On the field settings screen choose the option to have an optional or required 'To Date'.

gagarine’s picture

Title: How can i creat weekday like "monday" » How can i create a day of the week like "monday"
Status: Fixed » Active

Thanks for the reply :)

My problem is not the "from to date" but the day of the week. I can specified "08:00" but not "08:00 on the first day of the week".

Like with cron:

# +---------------- minute (0 - 59)
# | +------------- hour (0 - 23)
# | | +---------- day of month (1 - 31)
# | | | +------- month (1 - 12)
# | | | | +---- day of week (0 - 6) (Sunday=0 or 7) <- I need this
# | | | | |
* * * * * command to be executed

KarenS’s picture

Status: Active » Fixed

You can do this with a repeating date.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.