Docs ⟩ Plugin ⟩ App ⟩ App built
# In Raxon templates files
{{app.built()}}
# In Php files
<?php
use Plugin;
trait Example {
use Plugin\App_built;
public function example_run (){
echo $this->app_built();
}
2024-04-26 19:54:16
Every new version of the framework gets a built time and date.