Hi EspoCRM Team,
For the tasks module, we are using the formula string\concatenate:
It works perfect.
However, the date format is not in the format we setup. Currently it's YYYY/MM/DD, where it should be DD/MM/YYYY.
Also, the time is not correct. Seems to be in another timezone although we set it up to our country. Can this be a server configuration?
Is there any way to use string\concatenate formula showing the correct date and time format?
Thanks a lot.
For the tasks module, we are using the formula string\concatenate:
HTML Code:
name = string\concatenate(clientName,' ',dateStart);
However, the date format is not in the format we setup. Currently it's YYYY/MM/DD, where it should be DD/MM/YYYY.
Also, the time is not correct. Seems to be in another timezone although we set it up to our country. Can this be a server configuration?
Is there any way to use string\concatenate formula showing the correct date and time format?
Thanks a lot.
Comment