Hi all,
I need to produce a Julian date code that only has the last digit of the year, followed by the days, followed by a fixed number A1234. So for example the date 14/10/2022 would be 2287A1234.
I understand this will look the same for 2022 and 2032 but this is how the company works and it will only run for around 2 years.
Additionally..... I have another challenge, I want to produce the same Julian date code from the Friday to be the same for each day in a calendar week. So for example, WK43 which is Sun 16/10/22 to Sat 22/10/22 should all produce 2294A1234, see the example image below.
Any help will be greatly received. Thank you.
I need to produce a Julian date code that only has the last digit of the year, followed by the days, followed by a fixed number A1234. So for example the date 14/10/2022 would be 2287A1234.
I understand this will look the same for 2022 and 2032 but this is how the company works and it will only run for around 2 years.
Additionally..... I have another challenge, I want to produce the same Julian date code from the Friday to be the same for each day in a calendar week. So for example, WK43 which is Sun 16/10/22 to Sat 22/10/22 should all produce 2294A1234, see the example image below.
Any help will be greatly received. Thank you.