Forum Discussion
fgtom
May 31, 2022Copper Contributor
[Sharepoint Lists] Is there a way to format date with json formatting?
I'm looking for a way to format value as date with json formatting, but I can't find. Is it possible to place multiple values from other columns and format them in date format? For example, I wo...
DaveMehr365
May 31, 2022MVP
Hello fgtom
here are column formatting samples for date: https://github.com/pnp/List-Formatting/tree/master/column-samples
When you need your values as date, you can use calculated columns to transform text to date:
With JSON view formatting you can show multiple values in an viewable overview:
https://github.com/pnp/List-Formatting/tree/master/view-samples
Regards, Dave
fgtom
May 31, 2022Copper Contributor
Hello David,
Thank you for your instruction.
I'll look into the references you have provided.
So, there's basically no direct way to format multple values in date format with json, right?
Thank you for your instruction.
I'll look into the references you have provided.
So, there's basically no direct way to format multple values in date format with json, right?