fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. Console.WriteLine(DateSerial(Year(CType("2014-09-27", DateTime)), Month(CType("2014-09-27", DateTime)) + 1, 0))
  6. End Sub
  7. End Class
Success #stdin #stdout 0.12s 25808KB
stdin
Standard input is empty
stdout
9/30/2014 12:00:00 AM