I have this codage for my horoscope page, now showing date of server not of computer visitor anyone can help me please????
Public Function DateToText(Para mDate)
dim Day_ParamDate
dim Mon_ParamDate
dim Month_ParamDate
dim Year_ParamDate
Day_ParamDate = CInt(Day(ParamD ate))
Mon_ParamDate = CInt(Month(Para mDate))
Year_ParamDate = CInt(Year(Param Date))...