Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Add date formatting #597

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sho-luv
Copy link
Contributor

@sho-luv sho-luv commented Feb 22, 2020

I added a way to change the following date variables:

  • assessment_start_date
  • assessment_emd_date

The config.json now has a date_format variable that takes ISO 8601 formats:

https://apidock.com/ruby/DateTime/strftime

This could be extended to logging if wanted. My code is crude. I simply check to see if the variable have been set, and if they have been I modify them using strtime just before they are added to the document. Works well enough. It also shouldn't mess with anything since I only change the date before it is entered into the word document. However, I could see a situation where someone messes up the ISO date format or adds special chars that cause the word doc to break down. I had a specif need and wrote this to scratch it. It might not meet all the needs. I am only making a pull request to share in what I did.

@sho-luv sho-luv changed the title Add data formatting Add date formatting Feb 22, 2020
@jakxx
Copy link
Contributor

jakxx commented Apr 1, 2020

Nice! Unless im missing something, this would take care of #467

Cheers @sho-luv !

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

Successfully merging this pull request may close these issues.

2 participants