ldap date query
ldap date query
(OP)
why does
(&(umhsSkelEffectiveDateS>=02/10/2011)(umhsSkelEffectiveDateS<=02/15/2011))
return records with umhsSkelEffectiveDateS = 02/15/2010
yymmddhhmmssZ doesnt work as the field is a string in the directory
thanks
(&(umhsSkelEffectiveDateS>=02/10/2011)(umhsSkelEffectiveDateS<=02/15/2011))
return records with umhsSkelEffectiveDateS = 02/15/2010
yymmddhhmmssZ doesnt work as the field is a string in the directory
thanks
RE: ldap date query
Instead, try this before it becomes unmanageable (and has to be generated by code).
(|(umhsSkelEffectiveDateS=02\2f10\2f2011)(umhsSkelEffectiveDateS=02\2f11\2f2011)(umhsSkelEffectiveDateS=02\2f12\2f2011)(umhsSkelEffectiveDateS=02\2f13\2f2011)(umhsSkelEffectiveDateS=02\2f14\2f2011)(umhsSkelEffectiveDateS=02\2f15\2f2011))