Feb 21, 2018 | Articles |
CentOS 7.x is required, this won’t work older versions. First, enable the dotnet repository for yum: yum install centos-release-dotnet Next, install the runtime package: yum info rh-dontnet20 rh-dotnet20-runtime The following packages will be installed:...
Aug 28, 2017 | Articles |
The following methods calculate the ISO 8601 Week number in PHP, MySQL and Microsoft SQL Server, with the same exact results. All the examples below are using the same week criteria: week stars on Monday. MySQL is easy, as it supports this directly: SELECT...