I am new to SharePoint and trying to explore Content Types, Lists, libraries; I created my own Content Type called "Salary Report" (Parent - Document) and assigned to my "Salary Report Library". "Salary Report" content type have only two columns - Date Created and Document (and also hidden Title).
I would like to handle document creation and use Date Created column to store Salary Report Month value by calculating this in code. Are there any options to handle document creation in code (C#/.NET or JavaScript) or how can I handle this?
Thanks!



