Bug 22509: Add new script to add MARC fields with date formatted stringsto bib records
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 13 Mar 2019 14:23:13 +0000 (11:23 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 24 Jun 2019 14:06:02 +0000 (15:06 +0100)
commite54e887b58d7daa0309d16923cce4419aee6314b
tree22b5b8c32f66586784f7b4a732b141261e245a3f
parent982fd9fecbe6777805d2d0d3f977f10c522b86c5
Bug 22509: Add new script to add MARC fields with date formatted stringsto bib records

Say you want to add, into a new MARC fields, the following string:
  2/2019/Mar-03/13
Depending on today's date.

Test plan:
Use the script after with the different options (see --help option for the list)

Sponsored-by: Orex Digital
Signed-off-by: Hugo Agud <hagud@orex.es>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
misc/add_date_fields_to_marc_records.pl [new file with mode: 0755]