List Database
Would it then possible to map a different field from a database based on the current date?
I have a database that lists:
Week1
Week2
Week3
etc
And would like to list the appropriate list, based on the which week of the year this is.
I am assuming I can just write a javascript to calculate the date and there know which field from the database to pull.
But how do I map this, and where would I put the appropriate javascript.
Also, which javascript function can obtain the value from the database, so that I can assign it to a variable?
Thanks