This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<v-layout row wrap> | |
<v-flex xs1 d-flex class="ml-4 mr-4 text-xs-center"> | |
<v-chip> | |
<h3 class="display-2">{{ text }}</h3> | |
</v-chip> | |
</v-flex> | |
<v-flex d-flex xs10 class="ml-4"> | |
<v-layout row wrap> | |
<v-flex d-flex xs10 class="text-xs-left"> | |
<v-flex > |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* MIT License | |
* | |
* Copyright (c) 2017 Pascal Roux | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alter session set NLS_DATE_FORMAT = 'DD/MM/YY hh24:mi:ss' |