Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the first day of the week #29

Open
groucha17 opened this issue Apr 10, 2016 · 1 comment
Open

Changing the first day of the week #29

groucha17 opened this issue Apr 10, 2016 · 1 comment

Comments

@groucha17
Copy link

Hello,

Great saas soft used by a local radio in France. (http://www.radiocampustours.com) I am actually searching a clue in order to define the first day of the week as Monday and not Sunday. Where to fix this parameter please ?

I am also trying to be able to delete the information on a day as the issue #24 and others describe. I can't get through because it do not even want to search with the date I define, here is the message : "No time for was found in the system for samuel on //." What should I have to do please ?

Kind regards

Stéphane

@albertogoncom
Copy link

Hi,
@groucha17 Edit timedelete.php in admin dir and go arround line 288
Replace this line
} elseif (preg_match('/' . "^([0-9]{1,2})[-,/,.]([0-9]{1,2})[-,/,.](([0-9]{2})|([0-9]{4}))$" . '/i', $post_date, $date_regs)) {
for this
} elseif (preg_match('/' . "^([0-9]{1,2})[-\,\/,.]([0-9]{1,2})[-\,\/,.](([0-9]{2})|([0-9]{4}))$" . '/i', $post_date, $date_regs)) {

Alberto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants