-
-
Internet DateTime Compare/Sync
This application should not be used as a replacement for Microsoft’s W32Tm NTP Sync functionality. This application however will help when you do not have that service working. InternetTime Namespace (majority of the code) credit goes to Valer Bocan viewable at http://dotnet-snippets.com/snippet/simple-network-time-ntp-protocol-client/571 NTP Namespace is my addition to Valer’s code, while not industry standard in…
-
Update Windows Date/Time
GitHub: https://gist.github.com/dkittell/c3c930d1b432d51ebb71
-
-
Gregorian Date to Hijri Date
Recently I was asked to help convert Gregorian Date to Hijri Date and vice versa. One thing to note is that with Hijri date format you must keep it as a string.
-
-
-
DNS Tools
This is a collection of utilities that I have used since my early days at XO Communications Accessible at: http://dns.kittell.net Available Tools: Name Server (NS) Lookup To use this part of the tool: Type a domain/host name into the box on the top Select the desired record type Select server to lookup against If you…
-
Add Column If Does Not Exist
This code will assist in helping you create a column should it not already exist.
-
Format Zip Code Properly
Sometimes a zip code is presented in a database with all nine numbers in the same column that has only five numbers. This query below will assist in formatting the numbers properly. Source: http://forums.sqlmag.com/forums/aft/77318
You must be logged in to post a comment.