Click here to Skip to main content
15,885,435 members

Comments by snorkie (Top 53 by date)

snorkie 15-Mar-24 14:25pm View    
Thanks, updated.
snorkie 11-Nov-21 13:04pm View    
Right,should have had my coffee first.
snorkie 15-Sep-21 12:48pm View    
Try looking at https://datatables.net/ it has many interesting ways to output a table and is basic javascript.
snorkie 21-Oct-16 12:41pm View    
Sure, one simple thing, near the bottom,
if (birthday2 == "1/1/0001 12:00:00 AM")

That value on the right is the same as DateTime.MinValue that enum is better than a string.

Also look at int.TryParse method as a safer way to turn user input into a number safely.
snorkie 26-Apr-16 8:25am View    
Correct, the code I provided was a starting point to build further on. Was just trying to direct you in the right direction.