i've solved most of the day finding problems using zellers formulae $$ Z= K + \frac{13M -1}{5} + D +\frac{D}{4} + \frac{C}{4} - 2C $$ where
- $K$ = given
- $M$ = given month no. ( but here month count starts from march )
- $D$ = last 2 digits of the given year ( but $D = D-1$ if given month is Jan or Feb )
- $C$ = first 2 digits of the given year.
but it is not working for the find the day 01,march,2014?