| 7. |
if(diff(value,"10/01/2018".toDate(),"days")>0, true,false)--
You received this message because you are subscribed to the Google Groups "OpenRefine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrefine+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openrefine/96216a94-789d-4008-ac33-44b13f81d61b%40googlegroups.com.
value.toString()datePart()if(value.datePart("month")<10,"Financial Year "+(value.datePart("year")-1).toString()+"-"+value.datePart("year").toString(),"Financial Year "+value.datePart("year").toString()+"-"+(value.datePart("year")+1).toString())--
You received this message because you are subscribed to a topic in the Google Groups "OpenRefine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openrefine/uNMocJVDl7k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openrefine+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openrefine/7a1e8b9e-8f30-4591-a7d1-08f527a306c0%40googlegroups.com.