I have an issue ordering a list by date. My Word file contains the following code:
<<foreach [in MyData.OrderBy(p=>p.Date)]>><<[Name]>><</foreach>>
I want the list to print the Elements of that list ordered by date. Ho…...want the list to print the elements of that list ordered by date...DateTime format strings in template syntax like that: <<[Date]:"dd/MM/yyyy">>...