Thanks for this module, that's exactly what I was searching for.

I am currently using the date format "d.m.Y" which does normally produce "01.03.2019 – 15.04.2019 / 01.04.2019 – 15.04.2019".

Unfortunately this module currently does not take the punctuation of the grouped start values into account and produces "01.03 – 15.04.2019 / 01 – 15.04.2019" instead of "01.03. – 15.04.2019 / 01. – 15.04.2019".
I also tried "d. F Y" which produces "01 – 15. April 2019" instead of "01. – 15. April 2019" … if the date spans over multiple months it works correctly, "01. März – 15. April 2019", because the month does not have a point after its value.

Do you think this would be possible with some tweaks?

Thanks in advance for your help!

Comments

ABaier created an issue. See original summary.

sleitner’s picture

Version: 8.x-1.0-alpha1 » 8.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.92 KB
new1.92 KB

I had the same problem. The patch solves the problem for . (eg. 01. – 15. April 2019) and S (April 1st - 15th 2019) format characters.

sleitner’s picture

  • sdstyles committed 34f9a12 on 8.x-1.x authored by sleitner
    Issue #3036364 by sleitner, ABaier, sdstyles: Support correct...
sdstyles’s picture

Status: Needs review » Fixed

Thanks for this nice feature.

Status: Fixed » Closed (fixed)

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