Please help. I've come across an input field like this and it is confusing me:
<input type="text" name="filter[][isranged][]">
I know it has to do with an array, but does this even make sense leaving the first and third bracket sets empty? The brackets deal with creating keys for the values and what I was thinking is that this "filter" is an array that has another array in it (with a key called isranged) which has another array inside it. Am I correct? The brackets are confusing me.
The input is used to store a date like this: 09/03/2014