Jquery date in a dropdown with interval
        Posted  
        
            by Zoom Pat
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zoom Pat
        
        
        
        Published on 2010-03-11T19:12:50Z
        Indexed on 
            2010/03/11
            21:24 UTC
        
        
        Read the original article
        Hit count: 310
        
I am trying to use Jquery to display dates in a dropdown with interval of half month... so the first value would be the coming month's 1st, then second will be the coming month's 15th and third value would be next to next month's first and so on...
If today date is less than 15th then the first value would be the 15th of current month.
What will be the best or a cleaner way to do this... (want to display in the dropdown)
Thanks
© Stack Overflow or respective owner