Search
 
SCRIPT & CODE EXAMPLE
 

CSS

To make the datetime always LTR

<style>
.form-group .pull-right *
{
direction: ltr !important;
}
</style>

/* Note: the most important is the "*" thing. */

/* Extra information fot the bootstrap datetime */
<script>
$('.datetime').datetimepicker({
    format: 'YYYY-MM-DD HH:mm:ss',
    locale: 'en',
    sideBySide: true,
    showClose: true,
    widgetPositioning: {
        horizontal: '{{ Config::get('app.locale') == 'en' ? 'left' : 'right'}}',
        vertical: 'bottom'
    },
    toolbarPlacement: 'bottom',
    icons: {
        up: 'fas fa-chevron-up',
        down: 'fas fa-chevron-down',
        previous: 'fas fa-chevron-left',
        next: 'fas fa-chevron-right',
        close: 'fas fa-check fa-lg'
    }
});
</script>

Comment

PREVIOUS NEXT
Code Example
Css :: read only easyui 
Css :: css a4 proportion 
Css :: css remove margin around page 
Css :: css last of type 
Css :: white rgb 
Css :: css tr border radius 
Css :: how to show ... after some long chars js html h1 
Css :: shadow on hover class on card bootstrap 
Css :: How to hide specific td border in css 
Css :: select item in populate mongoose 
Css :: breakpoint bootstrap 
Css :: why css does not apply when complete url is entered home/index 
Css :: css element same line 
Css :: css selector to change long bot description top.gg 
Css :: how to print hello world with css 
Css :: css text fill all the width possible 
Css :: margin clickable 
Css :: position an icon in relation a parent element 
Css :: comfirm before delete 
Css :: css font face 
Css :: css radio button size 
Css :: css animate background color change 
Css :: html watermark background 
Css :: how to add image with url in css 
Css :: word spacing css 
Css :: have background color and background image css 
Css :: Scroll background still 
Css :: css hot to center image in bootsrtap container 
Css :: how to change another element on hover 
Css :: making a circle css 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =