2
Answers

How to convert indian date time into german date time

Hi,
 
My pbroblem is that My application calls a web service and web service is connect with database.
 
service is running in server(which is configured with german date time) and enter the date time in database of germany but I am currently working on nunit
cases it passes indian date time.
 
Basically My issue is that how to convert indian date time into german date time. 
 
Thanks,
Balram 
Answers (2)
0
rajendra singh

rajendra singh

NA 382 421 7y
var actionPDF = new Rotativa.ViewAsPdf("htmlpage")
{
FileName = "abc"+ ".pdf",
PageSize = Rotativa.Options.Size.A4,
};
 
You can use this let me know if any help is needed