Thank you so much for sharing this helpful information, it helped me alot
Thanks and regards.
9apps cartoonhd
9apps cartoonhd
$quarter = number\floor(
datetime\month(
entity\attribute('datum')
) / 4
) + 1;
$quarterString = string\concatenate(
$quarter,
'. Quartal ',
datetime\year(
entity\attribute('datum')
)
);
entity\setAttribute('quartal', $quarterString);
Leave a comment: