Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ConfiForms TableView
formNamef
sortmydate ASC

location

mydate

set1

set2

set3


Using REST API to show data PER WEEK

Code Block
https://wiki.vertuna.com/ajax/confiforms/rest/filter.action?pageId=23265387&f=f&q=&sort=mydate%20ASC
https://wiki.vertuna.com/ajax/confiforms/rest/filter.action?pageId=23265387&f=f&q=&fields=set1,set2,set3,mydate.formatDate(w),mydate&sort=mydate%20ASC
HTML
https://wiki.vertuna.com/ajax/confiforms/rest/filter.action?pageId=23265387&f=f&q=&sort=mydate%20ASC


<script>
  AJS.toInit(function() {
	console.log(confimoment().format('W'));








  });
</script>