Hi!

I want to ensure that the date entered in a "date" is between 01 January 2010 and 31 December 2010.

I added a validation rule that reads: $this >='01/01/2010' and $this <= '12/31/2010' but I always get an error message whether I am in 2010 or not.

Any idea of what I need to change?

Many thanks,

Florence

asked 04 May '17, 19:57

flandsberg's gravatar image

flandsberg
10112676
accept rate: 0%


Many thanks Open Foris team, for the answer and your super responsiveness!!

Florence

permanent link

answered 05 May '17, 15:39

flandsberg's gravatar image

flandsberg
10112676
accept rate: 0%

Hi Florence,
The format for the date is this: 'yyyyMMdd'
E.g. '20170505'.

Thanks,
Open Foris Team

permanent link

answered 05 May '17, 05:08

Stefano%20%28OF%29's gravatar image

Stefano (OF) ♦♦
4.7k19
accept rate: 20%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×493

question asked: 04 May '17, 19:57

question was seen: 2,832 times

last updated: 05 May '17, 15:39