i use an ASP web application made using ASP ,the problem is that the web page take the date&time format of user workstation not the server format, so i want to make all user take the server date&time format.
Could you paste the piece of code. From what it looks, you are using client side javascript to display the data and since this is being executed on the client side, it will use the client date/time and settings. You will have to get the date on the server side and assign it to a client side variable and then use it.
now the database stores date formate in wrong way.instead of stores date format in one formate. ex.if i creat ticket on server the the open date stored as server date format,when this ticket opened on user workstation with differant date format,and add action ,the action date will stored in database in user workstation format.