LimeReport Forum
General Category | Основное => Discussion | Обсуждение => Topic started by: Hassan on July 08, 2019, 02:39:31 pm
-
How to abstract day from date variable Example $V{_dateValue-1}
Thank you.
-
If you need to extract day from the date you can use something like this
$S{
var date = new Date($D{detail.OrderDate});
date.getDate()+1;
}