Creating a dynamic list
need help. i'm trying create pull down menu populate dates between start , stop date
i provide.
for example:
start date 10/01/06
end date 10/05/06
the pull-down menu should provide following date options:
10/01/06
10/02/06
10/03/06
10/04/06
10/05/06
i can when querying table, can't seem use date function build dynamically. note, i'm using
cf version 5 on server new features on cf7 not available me.
any appreciated. working on short timeline.
thanks.
i provide.
for example:
start date 10/01/06
end date 10/05/06
the pull-down menu should provide following date options:
10/01/06
10/02/06
10/03/06
10/04/06
10/05/06
i can when querying table, can't seem use date function build dynamically. note, i'm using
cf version 5 on server new features on cf7 not available me.
any appreciated. working on short timeline.
thanks.
if have starting , ending date date objects, can use dateadd increment day @ time.
you can use cfloop conditional keep doing until end date. within loop, create select options.
you can use cfloop conditional keep doing until end date. within loop, create select options.
More discussions in Advanced Techniques
adobe
Comments
Post a Comment