conor.hogan.2 wrote: » Eh the same is true with Java and it is more widely used cross platform. (Yes, Mono, but come on)
Condi wrote: » This post has been deleted.
conor.hogan.2 wrote: » Condi wrote: » This post has been deleted. Some people would disagree but I would warn you against .NET then, unless you have a reason to go with them. Javascript not jscript at least.
int days = new DateTime(2012, 3, 20).Subtract(new DateTime(2012, 3, 6)).Days;
I want to build a simple method of finding the duration between two dates and present it to the user on screen.
amen wrote: » Thinking about this over night if you have MS Excel (or even MS Word)/Open Office Calc etc you could just write a simple macro and share it in work. Quick, simple and easy.
I hope to run it on one of the many Windows based terminals terminals throughout our production areas.
In these times there is no room for auditing or testing - we just have to do it. If it fails, we go back and fix it.
amen wrote: » A bit off post but and you won't like this but this is just all the more reason not to be adding new software. No audit, no test. I bet there is no regular backup and even if there is I bet there is no regular restore to ensure it works. What happens if there is a factory fire ? Can you recover all your software and run off site? Do you have all the source code ? If you are looking after email servers do you have all the software versions so you can restore?
I think I'll try java applet in a web page. That way I can host the file on one of our servers and it makes it easier for updates and maintenance. Java seems to be the favoured option here and stevenmu compares it above as similar to C. If I can get familiar with one language and pick up a similar one fairly easy afterwards, that's definitely a plus.